home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON01 / ACT01A / common1.cst / 00003_newbutton.ls < prev    next >
Encoding:
Text File  |  2003-05-01  |  116 b   |  6 lines

  1. on mouseDown me
  2.   global gUI
  3.   if bounceButton(the clickOn) then
  4.     go to movie the moviePath&"L01A2a"
  5.   end if
  6. end